home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Graphics Samples / ShapePart Browser ƒ / Window.h < prev   
Encoding:
Text File  |  1996-03-20  |  313 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  *    Window.h
  3.  *
  4.  *    Robert Dierkes
  5.  */
  6.  
  7. Boolean InitializeHitTesting (WindowPtr pWindow);
  8. void CleanupHitTesting (void);
  9.  
  10. void IdleHitTestWindow (WindowPtr pWindow, EventRecord *pEvent);
  11. void DoHitTestContent (EventRecord *pEvent, WindowPtr pWindow);
  12.  
  13. void ToggleMetricsMenuItem (short item, WindowPtr pWIndow);
  14.